Welcome![Sign In][Sign Up]
Location:
Search - jpeg convert

Search list

[Graph program转换位图到JPEG

Description: 转换位图到JPEG-convert bitmaps to JPEG
Platform: | Size: 3781 | Author: 赵黎 | Hits:

[Special Effectsjpegencoder-convert

Description: 从bmp经过jpeg编码后生成jpg图像,同事实现图像倒置效果。完全的c代码实现,不调用任何图像库,合适移植,或转汇编。
Platform: | Size: 3034906 | Author: 邓丹 | Hits:

[Graph program转换位图到JPEG

Description: 转换位图到JPEG-convert bitmaps to JPEG
Platform: | Size: 3072 | Author: 赵黎 | Hits:

[Picture Viewerbmp2jpeg

Description: 一个将bmp格式图像压缩成为jpeg格式的mfc程序-A MFC program that can convert a BMP format image file to a jpeg zipped file.
Platform: | Size: 106496 | Author: al | Hits:

[2D Graphic24to8

Description: 图象处理程序, 能把16位或24位等图象转化为8位(256色)图象,并保存到指定地址-Programs for image processing,can convert 16-bit or 24-bit images to 8-bit ones,and save them in the specific address.
Platform: | Size: 2236416 | Author: 陈威 | Hits:

[2D Graphicbmp_to_JEPG-upload

Description: 一个将bmp转化为JPEG的源代码。很实用,操作方法见文本文件。-a JPEG into the source code. Very useful, method of operation, see a text file.
Platform: | Size: 16384 | Author: 吴琼玉 | Hits:

[Special EffectsJPEGToAVI

Description: 拷屏录像,抓拍指定窗体保存为JPEG文件,然后转换成AVI文件,相对于BMP转换为AVI,JPEG转换成的AVI文件要小得多,大于是BMP格式的1/10。-Emboss-screen video, to capture the designated form saved as JPEG files, and then convert the AVI file, as opposed to BMP converted to AVI, JPEG convert the AVI file is much smaller, the BMP format, then 1/10.
Platform: | Size: 1685504 | Author: 东升 | Hits:

[Special Effectsjpegencoder-convert

Description: 从bmp经过jpeg编码后生成jpg图像,同事实现图像倒置效果。完全的c代码实现,不调用任何图像库,合适移植,或转汇编。-After jpeg from bmp encoded generate jpg images, inverted images of my colleagues to achieve the effect. Complete c code, do not call any image library, a suitable transplant, or compilation.
Platform: | Size: 3035136 | Author: 邓丹 | Hits:

[Picture Viewereasy_JPEG_decde_prog

Description: 利用标准C写的 简单的JPG图片转BMP图片 程序。没有使用特殊的除,可以轻松转换为DSP或单片程序。-Written using standard C simple JPG picture to BMP picture procedures. In addition to not using a special, you can easily convert single-chip DSP or procedures.
Platform: | Size: 12288 | Author: hexd | Hits:

[Picture Viewerjpeg

Description: 把bmp格式的文件转换成jpeg图象格式的程序-Bmp file format to convert jpeg image format procedures
Platform: | Size: 104448 | Author: Francois Lee | Hits:

[GDI-Bitmapjpgevsbmp

Description: bmp文件和jpeg文件相互转换的源代码-bmp files and jpeg files convert each other s source code
Platform: | Size: 353280 | Author: liqing | Hits:

[OtherGoogleEarthGrabber

Description: Tool to grab and save to disk in jpeg very large (any!) part and zome of Google Earth map in maximal resolution. GoogleEarth COM API used, GoogleEarth must be installed. To seamless compose of resulting jpeg images convert it to tiff, use GEOTIFF_TFW_FileGenerator.rar (or other tfw generator) and join images, for example, with MrSID. I m really grab with this tools big part of Russia (millions fo square km). Enjoy.-Tool to grab and save to disk in jpeg very large (any!) Part and zome of Google Earth map in maximal resolution. GoogleEarth COM API used, GoogleEarth must be installed. To seamless compose of resulting jpeg images convert it to tiff, use GEOTIFF_TFW_FileGenerator . rar (or other tfw generator) and join images, for example, with MrSID. I m really grab with this tools big part of Russia (millions fo square km). Enjoy.
Platform: | Size: 32768 | Author: Alexy | Hits:

[Picture ViewerjpegDecoderTobmp

Description: Jpeg解码器的源代码bmp,gif,用C语言实现-convert jpeg to gif, bmp, tiff etc. Writen in C
Platform: | Size: 621568 | Author: ho | Hits:

[Graph program101259378luv_rgb_yuv_lab_space_convert(2)

Description: Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE
Platform: | Size: 4096 | Author: 张灯结 | Hits:

[Fax programimage2

Description: Convert image in tiff to raw
Platform: | Size: 1010688 | Author: Zackie | Hits:

[Special Effectscolorspacezhuanhuan

Description: RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from color space src to color space dest . Example: B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: | Size: 4096 | Author: 李佳航 | Hits:

[Editorpdg-pdfconvert

Description: PDG转换文件,可转换为pdf、tif、jpeg、txt等,非常方便。-PDG convert files can be converted to pdf, tif, jpeg, txt and so on, very convenient.
Platform: | Size: 2445312 | Author: 闵存忠 | Hits:

[Graph programjpegbmp

Description: jpeg bmp 格式图片相互转换的源码,可以研究下-jpeg bmp format pictures with each other to convert source code, can be studied under the
Platform: | Size: 2571264 | Author: ret | Hits:

[Windows DevelopMJPEG2JPEG

Description: Shows how to convert mjpeg frame to jpeg image
Platform: | Size: 3072 | Author: DaBEAT | Hits:

[Special Effectsjpeg

Description: jpeg转bmp源码,C++,linux环境通过-jpeg convert to bmp,C++,linux & windows environment
Platform: | Size: 11264 | Author: qmy | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net